home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-02 | 442 b | 13 lines | [TEXT/ToyS] |
- tell application "MacWebCam"
- get file of background of active document
- get video offset of background of active document
- get active of background of active document
- get transfer mode of background of active document
- end tell
-
- tell application "MacWebCam"
- --set video offset of background of document 1 to {5, 50}
- --set active of background of document 1 to false
- --set transfer mode of background of document 1 to transparent
- end tell
-